home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / prog / tw / tfw.5 / P_HELP_X.TXT < prev    next >
Text File  |  1994-12-07  |  1KB  |  20 lines

  1. Help for Xmodem
  2.  
  3. Xmodem is often called the "lowest common denominator" protocol, and
  4. is the father protocol of many others. Xmodem sends files in blocks
  5. of 128 characters at a time. When the receiving computer is
  6. satisfied that the block has arrived intact, it signals so and waits
  7. for the next block. Error checking is a checksum or a more
  8. sophisticated Cyclic Redundancy Check. Telix supports both and will
  9. automatically use the right one. During a download, Telix will
  10. attempt to use the CRC, but will switch to checksum if it seems the
  11. host does not support CRC. The Xmodem protocol also needs a setup of
  12. no parity, 8 data bits, and 1 stop bit. If your communications
  13. parameters are different from these when you start an Xmodem
  14. transfer, Telix will switch to the required setup for the transfer,
  15. and back to the original setup after it is finished.
  16.  
  17. Because of the need to wait for acknowledgement after each block,
  18. Xmodem is capable of approximately half the maximum theoretical
  19. transfer rate.
  20.